fmt.fmtFlags.space (field)
9 uses
fmt (current package)
format.go#L29: space bool
format.go#L228: if negative || f.plus || f.space {
format.go#L310: } else if f.space {
format.go#L382: if f.space {
format.go#L411: if f.space && i > 0 {
format.go#L504: if f.space && num[0] == '+' && !f.plus {
format.go#L513: if num[1] == 'N' && !f.space && !f.plus {
print.go#L177: return p.fmt.space
print.go#L1013: p.fmt.space = true
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)